github.com/gotd/td/session.FileStorage.mux (field)

5 uses

	github.com/gotd/td/session (current package)
		storage_file.go#L15: 	mux  sync.Mutex
		storage_file.go#L24: 	f.mux.Lock()
		storage_file.go#L25: 	defer f.mux.Unlock()
		storage_file.go#L44: 	f.mux.Lock()
		storage_file.go#L45: 	defer f.mux.Unlock()